Release 10.1A: OpenEdge Development:
ADM Reference
Position native data type table
The Position Native data type table (table type 1), contains a record for each parameter with a sequence number that matches the ordinal position of the parameter in the call. The value of the parameter is stored in one of the value fields in the native data type of the parameter.
Figure A–1 shows the definition of the native position data type table.
Figure A–1: Position native data type table definition
In Example A–7, the following parameters are added to the
ttCallParam temp-table:
- A character input parameter with a value of
aaa.- An integer input-output parameter with a value of 12.
- A handle output parameter.
The parameter number specified in
iParamNoindicates the order in which the parameters are specified. As a result, aRUNstatement using these parameters would look something like the code in Example A–8. Note the order in which the parameters appear.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |